home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Links / form-box.izs < prev    next >
Text File  |  2005-08-07  |  1KB  |  49 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Form box Tooltip
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>A script that displays additional information about a link in a form box as the mouse moves over the link.
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>links<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <script>
  14. <!--
  15.  
  16. function showtip(tip){
  17. document.tool.tip.value=tip
  18. }
  19. //-->
  20. </script>
  21.  
  22. <table border="0" width="100%" cellspacing="0" cellpadding="0">
  23.   <tr>
  24.     <td width="100%"><p align="center"><strong><font face="Arial" size="3"><a
  25.     href="../javaindex.htm" onMouseover="showtip('Click here to learn JavaScript!')" onMouseout="showtip('')">JavaScript Tutorials</a> | </font><font
  26.     face="Arial"><a href="../howto/webbuild.htm" onMouseover="showtip('Wanna learn general web building!')" onMouseout="showtip('')">Web building tutorials</a> | </font><font
  27.     face="Arial" size="3"><a href="../cutpastejava.htm" onMouseover="showtip('Get free JavaScripts here!')" onMouseout="showtip('')">Free JavaScripts</a> </font></strong></td>
  28.   </tr>
  29.   <tr>
  30.     <td width="100%"><form name="tool">
  31.      <div align="center"><center><p><input type="text" name="tip"
  32.       size="69"></p>
  33.       </center></div>
  34.     </form>
  35.     </td>
  36.   </tr>
  37. </table>
  38.  
  39. <!-- END OF SCRIPT -->
  40. <!/SCRIPT>
  41.  
  42. <!PREVIEW>
  43. <!-- START OF SCRIPT -->
  44.  
  45.  
  46. <!-- END OF SCRIPT -->
  47. <!/PREVIEW>
  48.  
  49. <!RELATED>NONE<!/RELATED>